home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-07-17 | 7.4 KB | 436 lines |
- ; CSS Level 1
-
- [%groups]
-
- colors=Colors and Backgrounds
- borders=Borders
- fonts=Font
- text=Text
- visual=Visual
-
- [%properties]
-
- background
- background-attachment
- background-color
- background-image
- background-position
- background-repeat
- border
- border-bottom
- border-bottom-width
- border-color
- border-left
- border-left-width
- border-right
- border-right-width
- border-style
- border-top
- border-top-width
- border-width
- clear
- color
- display
- float
- font
- font-family
- font-size
- font-style
- font-variant
- font-weight
- height
- letter-spacing
- line-height
- list-style
- list-style-image
- list-style-position
- list-style-type
- margin
- margin-bottom
- margin-left
- margin-right
- margin-top
- padding
- padding-bottom
- padding-left
- padding-right
- padding-top
- text-align
- text-decoration
- text-indent
- text-transform
- vertical-align
- white-space
- width
- word-spacing
-
- [%units]
- <length>=px|em|ex|pt|in|pc|mm|cm
-
- [%types]
- <generic-family>=serif|sans-serif|cursive|fantasy|monospace
- <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
- <relative-size>=larger|smaller
- <border-style>=none|dotted|dashed|solid|double|groove|ridge|inset|outset|hidden
- <border-width>=<length>|thin|medium|thick
-
- [background]
- inherited=0
- initial=
- group=colors
- value=<mixed>
- sub1=background-color,<color>|transparent
- sub2=background-image,<imageurl>|none
- sub3=background-repeat,repeat-x|repeat-y|no-repeat|repeat
- sub4=background-attachment,scroll|fixed
- sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
-
- [background-attachment]
- inherited=0
- initial=scroll
- group=colors
- value=scroll|fixed
-
- [background-color]
- inherited=0
- initial=transparent
- group=colors
- value=<color>|transpatent
-
- [background-image]
- inherited=0
- initial=none
- group=colors
- value=<imageurl>|none
-
- [background-position]
- inherited=0
- initial=0%
- group=colors
- multiple=1
- value=<percentage>|<length>|top|center|bottom|left|right
-
- [background-repeat]
- inherited=0
- initial=repeat
- group=colors
- value=repeat-x|repeat-y|no-repeat|repeat
-
- [border]
- inherited=0
- initial=
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-bottom]
- inherited=0
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-bottom-width]
- inherited=0
- initial=medium
- group=borders
- value=<border-width>
-
- [border-color]
- inherited=0
- group=borders
- value=<mixed>|<color>
- sub1=border-top-color,<color>
- sub2=border-right-color,<color>
- sub3=border-bottom-color,<color>
- sub4=border-left-color,<color>
-
- [border-left]
- inherited=0
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-left-width]
- inherited=0
- initial=medium
- group=borders
- value=<border-width>
-
- [border-right]
- inherited=0
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-right-width]
- inherited=0
- initial=medium
- group=borders
- value=<border-width>
-
- [border-style]
- inherited=0
- initial=none
- group=borders
- value=<border-style>
-
- [border-top]
- inherited=0
- initial=
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-top-width]
- inherited=0
- initial=medium
- group=borders
- value=<border-width>
-
- [border-width]
- inherited=0
- initial=
- group=borders
- value=<mixed>|<border-width>
- sub1=border-top-width,<border-width>
- sub2=border-right-width,<border-width>
- sub3=border-bottom-width,<border-width>
- sub4=border-left-width,<border-width>
-
- [clear]
- inherited=0
- initial=none
- group=borders
- value=none|left|right|both
-
- [color]
- inherited=1
- initial=none
- group=colors
- value=<color>
-
- [display]
- inherited=0
- initial=block
- group=visual
- value=block|inline|list-item|none
-
- [float]
- inherited=0
- initial=none
- group=borders
- value=left|right|none
-
- [font]
- inherited=1
- initial=
- group=fonts
- value=<mixed>
- sub1=system-font,caption|icon|menu|message-box|small-caption|status-bar
- sub2=font-style,normal|italic|oblique
- sub3=font-variant,normal|small-caps
- sub4=font-weight,normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
- sub5=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
- sub6=line-height,normal|<percentage>|<length>|<number>
- sub7=font-family,<font>
-
- [font-family]
- inherited=1
- initial=
- group=fonts
- value=<font>
-
- [font-size]
- inherited=1
- initial=medium
- group=fonts
- value=<length>|<percentage>|<relative-size>|<absolute-size>
-
- [font-style]
- inherited=1
- initial=normal
- group=fonts
- value=normal|italic|oblique
-
- [font-variant]
- inherited=1
- initial=normal
- group=fonts
- value=normal|small-caps
-
- [font-weight]
- inherited=1
- initial=normal
- group=fonts
- value=normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
-
- [height]
- inherited=0
- initial=auto
- group=borders
- value=<length>|auto
-
- [letter-spacing]
- inherited=1
- initial=normal
- group=text
- value=normal|<length>
-
- [line-height]
- inherited=1
- initial=normal
- group=text
- value=normal|<percentage>|<length>
-
- [list-style]
- inherited=1
- initial=
- group=visual
- value=<mixed>
- sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
- sub2=list-style-position,inside|outside
- sub3=list-style-image,<imageurl>|none
-
- [list-style-image]
- inherited=1
- initial=none
- group=visual
- value=<imageurl>|none
-
- [list-style-position]
- inherited=1
- initial=outside
- group=visual
- value=inside|outside
-
- [list-style-type]
- inherited=1
- initial=disc
- group=visual
- value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
-
- [margin]
- inherited=0
- initial=
- group=borders
- value=<mixed>|<percentage>|<length>|auto
- sub1=margin-top,<percentage>|<length>|auto
- sub2=margin-right,<percentage>|<length>|auto
- sub3=margin-bottom,<percentage>|<length>|auto
- sub4=margin-left,<percentage>|<length>|auto
-
- [margin-bottom]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-left]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-right]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-top]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>|auto
-
- [padding]
- inherited=0
- initial=
- group=borders
- value=<mixed>|<percentage>|<length>
-
- [padding-bottom]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>
-
- [padding-left]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>
-
- [padding-right]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>
-
- [padding-top]
- inherited=0
- initial=0
- group=borders
- value=<percentage>|<length>
-
- [text-align]
- inherited=1
- initial=
- group=text
- value=left|right|center|justify
-
- [text-decoration]
- inherited=0
- initial=none
- group=text
- multiple=1
- value=none|underline|overline|line-through|blink
-
- [text-indent]
- inherited=1
- initial=0
- group=text
- value=<percentage>|<length>
-
- [text-transform]
- inherited=1
- initial=none
- group=text
- value=capitalize|uppercase|lowercase|none
-
- [vertical-align]
- inherited=0
- initial=baseline
- group=text
- value=baseline|sub|super|top|text-top|middle|bottom|text-bottom|<percentage>
-
- [white-space]
- inherited=1
- initial=normal
- group=text
- value=normal|pre|nowrap
-
- [width]
- inherited=0
- initial=auto
- group=borders
- value=<percentage>|<length>|auto
-
- [word-spacing]
- inherited=1
- initial=normal
- group=text
- value=normal|<length>
-
-
-